Utility Instructions:

MD2Normalizer:

The MD2Normalizer expects the MD2 model to be normalized to be in the same directory
as the executable.  It outputs a text file named as the MD2 model suffixed with norms.
For example, if we were to convert nate.md2, it would ouput a file called natenorms.txt.

hMapMcNormalMaker:

This program expects a valid heightmap file named hmap.txt to be in the same directory
as the executable.  It outputs a textfile names hmapnorms.txt that contains the normal
vectors for that heightmap.

pHMapMaker:

This expects a file named hmapASCII.txt to be in the same directory as the executable.  It
then converts this file into a heightmap valid for use with the hMapMcNormalMaker and our
final program.  It ouputs a file named hmap.txt into the same directory.